In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / AnnotationManager.OnCustomAnnotationPaintEventHandler Delegate

AnnotationManager.OnCustomAnnotationPaintEventHandler Delegate

In This Topic
Syntax
'Declaration

 

<ComVisibleAttribute(False)>

Public Delegate Sub AnnotationManager.OnCustomAnnotationPaintEventHandler( _

   ByVal Annot As AnnotationCustom, _

   ByVal device As Object _

) 
[ComVisible(false)]

public delegate void AnnotationManager.OnCustomAnnotationPaintEventHandler( 

   AnnotationCustom Annot,

   object device

)
public delegate AnnotationManager.OnCustomAnnotationPaintEventHandler( 

    Annot: AnnotationCustom;

    device: TObject

);
ComVisibleAttribute()

public delegate AnnotationManager.OnCustomAnnotationPaintEventHandler( 

   Annot : AnnotationCustom,

   device : Object

)
[ComVisible(false)]

public: __gc __delegate void AnnotationManager.OnCustomAnnotationPaintEventHandler( 

   AnnotationCustom* Annot,

   Object* device

)
[ComVisible(false)]

public delegate void AnnotationManager.OnCustomAnnotationPaintEventHandler( 

   AnnotationCustom^ Annot,

   Object^ device

)

Parameters

Annot
device
See Also

Reference

AnnotationManager.OnCustomAnnotationPaintEventHandler Members
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace